Skip to main content

Cost Analysis Dashboard

Understanding the Metrics

Common Table Columns

Before diving into specific views, these columns appear across multiple tables:

ColumnDescription
Total CostThe total spend for the selected time period
Value ChangeDifference in cost compared to the previous period of equal length
% ChangePercentage change from previous period
Annualized AmountProjected annual cost based on current usage
% of TotalPercentage this item represents of the total cost

Service Cost Distribution

Service Costs

Understanding Service Costs Table

This table breaks down costs by Snowflake service type:

  • Compute: Costs from warehouse usage
  • Storage: Data storage costs
  • Cloud Services: Background operation costs

Example Analysis

// How annualized amount is calculated
const annualizedAmount = (currentSpend / selectedDays) * 365;
Reading This Table
  • High compute costs might indicate optimization opportunities
  • Storage costs growing rapidly? Consider data lifecycle management
  • Monitor cloud services for unexpected spikes

Using This Dashboard

Common Use Cases

  1. Budget Tracking

    • Monitor costs across services
    • Track user spending
    • Forecast annual expenses
  2. Optimization Opportunities

    • Identify expensive warehouses
    • Find underutilized resources
    • Spot costly user patterns

Best Practices

  • Review costs regularly (weekly/monthly)
  • Compare similar time periods
  • Investigate significant changes (>20%)
  • Use filters to focus on specific areas
Data Refresh

Tables update daily. Last refresh date is shown in the dashboard header.